IBM Books

Command and Technical Reference, Volume 2

SDRAddSyspar

Purpose

SDRAddSyspar - Creates a new daemon using the System Resource Controller (SRC). The new daemon creates a subdirectory under the /spdata/sys1/sdr/partitions directory.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRAddSyspar IP_address

Flags

None.

Operands

IP_address
Specifies a TCP dotted decimal address (real or alias).

Description

This command creates a new instance of the SDR daemon and passes it the IP address of the system partition. It does not perform all of the system management tasks involved in creating a system partition.

Security

You must have root privilege to run this command.

Location

/usr/lpp/ssp/bin/SDRAddSyspar

Examples

This command is for PSSP use only.

SDRArchive

Purpose

SDRArchive - Archives the entire contents of the System Data Repository (SDR), except for the archives directory, for later retrieval.

Attention

Migration Note: Each new PSSP release may introduce new SDR classes and attributes. Use caution when using SDRArchive and SDRRestore to avoid overwriting new SDR classes and attributes. IBM suggests that after migration you do not execute SDRRestore from a back level system since it will overwrite any new SDR classes and attributes.

Syntax

SDRArchive [append_string]

Flags

None.

Operands

append_string
If specified, the append_string is appended to the name of the backup file.

Description

Use this command to tar the contents of the SDR and put the file in the /spdata/sys1/sdr/archives subdirectory. You might want to mount this directory from another machine or physical disk drive to protect against an error in the drive holding the SDR. The file name is backup.JULIANdate.HHMM.append_string, where JULIANdate.HHMM is a number or string uniquely identifying the date and time of the archive and append_string is the argument entered in the command invocation, if specified.

Security

You must have root privilege to run this command.

Restrictions

This command can be run only on the control workstation.

Location

/usr/lpp/ssp/bin/SDRArchive

Examples

To create an archive of the current SDR database called backup.{JULIANdate}.HHMM.mysdr, enter:

 SDRArchive mysdr

SDRChangeAttrValues

Purpose

SDRChangeAttrValues - Changes attribute values of one or more objects.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRChangeAttrValues class_name [ attr==value ... ] attr=value ...

Flags

None.

Operands

class_name
Identifies the target object and checks the class to see if it is a system class or a partitioned class.

attr==value
Specifies attribute values to match for the change to be made (note double equal signs signifying comparison.)

attr=value
Specifies target attribute to change and value to be assigned.

Description

This command changes one or more attribute values in a specified object with certain other attribute values.

Exit Values

0
Indicates the successful completion of the command.

5
Indicates that the requested operation requires SDR write access.

Security

You must have write access to the SDR to run this command.

Location

/usr/lpp/ssp/bin/SDRChangeAttrValues

Examples

This command is for PSSP use only.

SDRClearLock

Purpose

SDRClearLock - Unlocks a System Data Repository (SDR) class.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRClearLock class_name

Flags

None.

Operands

class_name
Identifies the target class and removes the lock on that class if a lock exists.

Description

Use this command when a process that obtained a lock ends abnormally and does not unlock the class.

Exit Values

0
Indicates the successful completion of the command.

6
The requested operation requires SDR administrator access.

Security

You must have SDR administrator access to run this command.

Location

/usr/lpp/ssp/bin/SDRClearLock

Examples

This command is for PSSP use only.

SDRCreateAttrs

Purpose

SDRCreateAttrs - Creates new attributes for a System Data Repository (SDR) class.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRCreateAttrs class_name attr=datatype ...

Flags

None.

Operands

class_name
Identifies the target object.

attr=datatype
Names the new attribute and defines the data type as an integer (int), a floating-point value (float), or a string (string).

Description

This command creates one or more new attributes for a target class.

Exit Values

0
Indicates the successful completion of the command.

6
The requested operation requires SDR administrator access.

Security

You must have SDR administrator access to run this command.

Location

/usr/lpp/ssp/bin/SDRCreateAttrs

Examples

This command is for PSSP use only.

SDRCreateClass

Purpose

SDRCreateClass - Creates a partitioned class.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRCreateClass class_name attr=datatype ...

Flags

None.

Operands

class_name
Identifies the new object class.

attr=datatype
Names the new attribute and defines the data type as an integer (int), a floating-point value (float), or a string (string).

Description

This command creates a partitioned class and defines its attributes.

Exit Values

0
Indicates the successful completion of the command.

6
The requested operation requires SDR administrator access.

Security

You must have SDR administrator access to run this command.

Location

/usr/lpp/ssp/bin/SDRCreateClass

Examples

This command is for PSSP use only.

SDRCreateFile

Purpose

SDRCreateFile - Reads the specified AIX file and puts it in the System Data Repository (SDR) under the specified SDR file name.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRCreateFile AIX_filename SDR_filename

Flags

None.

Operands

AIX_filename
Identifies the AIX file name to be written to the SDR.

SDR_filename
Specifies the name of the new SDR file.

Description

This command creates a partitioned SDR file from an AIX file. Use SDRCreateSystemFile to create a system file. Use SDRRetrieveFile to retrieve the file.

Exit Values

0
Indicates the successful completion of the command.

6
The requested operation requires SDR administrator access.

Security

You must have SDR administrator access to run this command.

Location

/usr/lpp/ssp/bin/SDRCreateFile

Examples

This command is for PSSP use only.

SDRCreateObjects

Purpose

SDRCreateObjects - Creates new objects in a system class or a partitioned class.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRCreateObjects class_name attr=value ...

Flags

None.

Operands

class_name
Identifies the class of the new objects.

attr=value
Specifies the target attribute and value to be assigned.

Description

This command creates one or more new objects. Not all attributes for an object need to be specified in this call; however, a subset of the attributes that uniquely identify this object must be entered at this time.

Exit Values

0
Indicates the successful completion of the command.

5
The requested operation requires SDR write access.

Security

You must have write access to the SDR to run this command.

Location

/usr/lpp/ssp/bin/SDRCreateObjects

Examples

This command is for PSSP use only.

SDRCreateSystemClass

Purpose

SDRCreateSystemClass - Creates a system class.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRCreateSystemClass class_name attr=datatype ...

Flags

None.

Operands

class_name
Identifies the new object class.

attr=datatype
Names the new attribute and defines the data type as an integer (int), a floating-point value (float), or a string (string).

Description

This command creates a system class and defines its attributes.

Exit Values

0
Indicates the successful completion of the command.

6
The requested operation requires SDR administrator access.

Security

You must have SDR administrator access to run this command.

Location

/usr/lpp/ssp/bin/SDRCreateSystemClass

Examples

This command is for PSSP use only.

SDRCreateSystemFile

Purpose

SDRCreateSystemFile - Creates a file that can be retrieved from any system partition.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive , SDRGetObjects, SDRListClasses , SDRListFiles, SDRRetrieveFile , SDR_test, and SDRWhoHasLock .

Syntax

SDRCreateSystemFile AIX_filename SDR_filename

Flags

None.

Operands

AIX_filename
Specifies the AIX file name.

SDR_filename
Specifies the System Data Repository (SDR) file name.

Description

This command reads the AIX file and puts it in the repository under the SDR file name. Note that only ASCII files can be saved. Results are unpredictable if binary files are used with this command. Clients connected to any system partition can read this file.

Use SDRRetrieveFile to retrieve this file. If a system file and a partitioned file exist with the same name, the partitioned file will be returned from SDRRetrieveFile.

Exit Values

0
Indicates the successful completion of the command.

6
The requested operation requires SDR administrator access.

Security

You must have SDR administrator access to run this command.

Location

/usr/lpp/ssp/bin/SDRCreateSystemFile

Examples

This command is for PSSP use only.

SDRDeleteFile

Purpose

SDRDeleteFile - Deletes the specified System Data Repository (SDR) file.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRDeleteFile SDR_filename

Flags

None.

Operands

SDR_filename
Specifies the name of the SDR file to be deleted.

Description

This command deletes the partitioned file SDR_filename, if it exists. If the SDR_filename partitioned file does not exist, it will delete the SDR_filename system file. This command will not delete both the partitioned file and the system file.

Exit Values

0
Indicates the successful completion of the command.

6
The requested operation requires SDR administrator access.

Security

You must have SDR administrator access to run this command.

Location

/usr/lpp/ssp/bin/SDRDeleteFile

Examples

This command is for PSSP use only.

SDRDeleteObjects

Purpose

SDRDeleteObjects - Deletes objects from the System Data Repository (SDR).

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRDeleteObjects class_name [ attr==value ... ]

Flags

None.

Operands

class_name
Identifies the class of the object to be deleted.

attr==value
Specifies specific attribute values to match to qualify the object for deletion.

Description

This command deletes one or more objects. All objects in the specified class with attribute values matching those specified are deleted. If no attr==value pairs are specified, this command will match all objects in the class and all objects will be deleted.

Exit Values

0
Indicates the successful completion of the command.

5
The requested operation requires SDR write access.

Security

You must have write access to the SDR to run this command.

Location

/usr/lpp/ssp/bin/SDRDeleteObjects

Examples

This command is for PSSP use only.

SDRGetObjects

Purpose

SDRGetObjects - Sends contents of attributes in specified object to standard output.

Syntax

SDRGetObjects [-G] [ -x] [-q] [-d delimiter] class_name [attr==value ...] [attr ...]

Flags

-G
For a partitioned class, returns the objects that match the attr==value arguments in the class specified from all system partitions. For system classes, the -G option has no effect.

-x
Inhibits the output of the header line.

-q
Specifies quiet mode; suppresses message output to standard error.

-d delimiter
Allows the user to specify a delimiter in the output.

Operands

class_name
Identifies the target class.

attr==value
Specifies attribute values to match to qualify the objects for the operation (note the double equal signs, which signify comparison.)

attr
Specifies which attribute values should be returned by the command. The order of these arguments is the order they are written in the output. If no attr arguments are entered, all attributes will be selected.

Description

This command retrieves and sends to standard output attribute values in the specified objects.

Location

/usr/lpp/ssp/bin/SDRGetObjects

Examples

  1. To query the SDR Adapter class for the node number and network address of all switch adapters, enter:
    SDRGetObjects -G Adapter adapter_type==css0 node_number netaddr
    

    You should receive output similar to the following:

    node_number netaddr
              1 129.40.102.129
              3 129.40.102.131
              5 129.40.102.133
              6 129.40.102.134
              7 129.40.102.135
              8 129.40.102.136
              9 129.40.102.137
             10 129.40.102.138
             11 129.40.102.139
             12 129.40.102.140
             13 129.40.102.141
             14 129.40.102.142
             15 129.40.102.143
             16 129.40.102.144
    
  2. To determine the reliable host name, switch node number, and switch chip port of every Node object, enter:
    SDRGetObjects -G Node reliable_hostname switch_node_number \
                  switch_chip_port
    

    You should receive output similar to the following:

    reliable_hostname switch_node_number switch_chip_port
    k3n01.hpssl.kgn.ibm.com            0            3
    k3n03.hpssl.kgn.ibm.com            2            0
    k3n05.hpssl.kgn.ibm.com            4            1
    k3n06.hpssl.kgn.ibm.com            5            0
    k3n07.hpssl.kgn.ibm.com            6            2
    k3n08.hpssl.kgn.ibm.com            7            3
    k3n09.hpssl.kgn.ibm.com            8            3
    k3n10.hpssl.kgn.ibm.com            9            2
    k3n11.hpssl.kgn.ibm.com           10            0
    k3n12.hpssl.kgn.ibm.com           11            1
    k3n13.hpssl.kgn.ibm.com           12            1
    k3n14.hpssl.kgn.ibm.com           13            0
    k3n15.hpssl.kgn.ibm.com           14            2
    k3n16.hpssl.kgn.ibm.com           15            3
    
  3. To save each node's node number and hardware Ethernet addresses (which is needed for netboot) in a file called bootptab.info without the SDR header class information, enter:
    SDRGetObjects -G -x Node node_number hdw_enet_addr > /etc/bootptab.info
    

    You should receive output similar to the following:

              1 02608C2D58D2
              3 10005AFA2375
              4 10005AFA22CE
              5 10005AFA22B2
              6 10005AFA2410
              7 10005AFA223F
              8 10005AFA2417
              9 02608C2DA0C7
             11 02608C2D9F62
             13 02608C2D9E75
             15 10005AFA1B03
             16 10005AFA2B9B
             
    

SDRListClasses

Purpose

SDRListClasses - Lists the class names in the System Data Repository (SDR).

Syntax

SDRListClasses

Flags

None.

Operands

None.

Description

This command outputs all of the class names (system and partitioned) currently defined in the SDR to standard output.

Location

/usr/lpp/ssp/bin/SDRListClasses

Examples

To list all classes in the SDR, enter:

|SDRListClasses

You will see output such as:

|Adapter
|Aggregate_IP
|CSS_Adapter_Info
|CSS_Type
|DependentAdapter
|DependentNode
|Dont_care_pool_list
|EM_Condition
|EM_Resource_Class
|EM_Resource_ID
|EM_Resource_Monitor
|EM_Resource_Variable
|EM_Structured_Byte_String
|Frame
|GMT_Global_smt_nds
|GS_Config
|HSD_Minor_Number
|HSD_Table
|JM_domain_info
|JM_job_info
|JM_node_usage
|JM_server_nodes
|Network
|...

SDRListFiles

Purpose

SDRListFiles - Lists all of the files in the system file area first, then lists all of the files in the system partition area.

Syntax

SDRListFiles

Flags

None.

Operands

None.

Description

This command outputs all the system partition files first, then the system files.

Location

/usr/lpp/ssp/bin/SDRListFiles

Examples

To list all files in the SDR, enter:

SDRListFiles

You will see output such as:

expected.top.annotated.1
hats.machines.inst
hats.machines.lst

SDRMoveObjects

Purpose

SDRMoveObjects - Moves objects from one system partition to another.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRMoveObjects source_syspar target_syspar class_name [attr== value ...]

Flags

None.

Operands

source_syspar
Specifies the system partition from which objects are to be moved.

target_syspar
Specifies the system partition to which objects should be moved.

class_name
Identifies the target object.

attr==value
Specifies attribute values to be moved.

Description

This command moves any objects in class_name that match all of the attr==value pairs from the source_syspar to the target_syspar.

Exit Values

0
Indicates the successful completion of the command.

5
The requested operation requires SDR write access.

Security

You must have write access to the SDR to run this command.

Location

/usr/lpp/ssp/bin/SDRMoveObjects

Examples

This command is for PSSP use only.

SDRRemoveSyspar

Purpose

SDRRemoveSyspar - Removes all of the partitioned classes in the System Data Repository (SDR) associated with the system partition whose address is IP_address. It removes the daemon that serves this system partition using the System Resource Controller (SRC).

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRRemoveSyspar IP_address

Flags

None.

Operands

IP_address
Specifies the dotted decimal address (real or alias) of a system partition.

Description

This command deletes a system partition in the SDR. It does not perform all of the system management tasks involved in deleting a system partition.

Security

You must have root privilege to run this command.

Location

/usr/lpp/ssp/bin/SDRRemoveSyspar

Examples

This command is for PSSP use only.

SDRReplaceFile

Purpose

SDRReplaceFile - Replaces the specified System Data Repository (SDR) file with the specified AIX file.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRReplaceFile AIX_filename SDR_filename

Flags

None.

Operands

AIX_filename
Identifies the AIX file name to be written to the SDR.

SDR_filename
Specifies the name of the SDR file to be overwritten.

Description

This command searches first for a partitioned file, then for a system file, and replaces the first one found.

Exit Values

0
Indicates the successful completion of the command.

5
The requested operation requires SDR write access.

Security

You must have write access to the SDR to run this command.

Location

/usr/lpp/ssp/bin/SDRReplaceFile

Examples

This command is for PSSP use only.

SDRRestore

Purpose

SDRRestore - Extracts the contents of the archived System Data Repository (SDR).

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Attention

Migration Note: Each new PSSP release may introduce new SDR classes and attributes. Use caution when using SDRArchive and SDRRestore to avoid overwriting new SDR classes and attributes. IBM suggests that after migration you do not execute SDRRestore from a back level system since it will overwrite any new SDR classes and attributes.

Syntax

SDRRestore archive_file

Flags

None.

Operands

archive_file
Indicates the name of the archive file. The file name is backup.JULIANdate.HHMM, where JULIANdate. HHMM is a number or string uniquely identifying the time of the archive.

Description

Use this command to remove the contents of the SDR and retrieve the archived contents of the archive_file. The archive_file must be in the /spdata/sys1/sdr/archives directory. Any new SDR daemons that represent partitions in the restored SDR are then started and any daemons that are not in the new SDR are stopped.

Security

You must have root privilege to run this command.

Restrictions

This command can be run only on the control workstation.

Location

/usr/lpp/ssp/bin/SDRRestore

Related Information

Commands: SDRArchive

Examples

To restore an archive of the SDR database called backup.{JULIANdate}.HHMM.mysdr, enter:

SDRRestore  backup.{JULIANdate}.HHMM.mysdr

SDRRetrieveFile

Purpose

SDRRetrieveFile - Retrieves the specified System Data Repository (SDR) file into an AIX file.

Syntax

SDRRetrieveFile SDR_filename AIX_filename

Flags

None.

Operands

SDR_filename
Specifies the name of the SDR file to be retrieved.

AIX_filename
Identifies the name of the AIX file to be written.

Description

This command searches first for a partitioned file, then for a system file if a partitioned file was not found.

Location

/usr/lpp/ssp/bin/SDRRetrieveFile

Examples

This command is for PSSP use only.

SDRScan

Purpose

SDRScan - Scans the SDR database files of non-ASCII data.

Syntax

SDRScan [-q] [-f]

Flags

-q
Specifies quiet mode. No messages are displayed. A return code value is set to indicate whether non-ASCII data was found. The default is to display all messages.

-f
Specifies first only. The command stops after the first non-ASCII data value is found. The default is to scan all data.

Operands

None.

Description

The SDRScan command scans the SDR database files for non-ASCII data. ASCII data is defined as all characters in the range '00'x to '7F'x. If non-ASCII data is found, a nonzero exit value is set. If the -q option is not specified, a message is displayed for each non-ASCII value found, indicating the SDR class and attribute in which the data was found, along with the entire record from the SDR database. If the -f option is specified, processing stops after the first non-ASCII value is found.

Files

/spdata/sys1/sdr/*
SDR database files

Standard Output

All SDR objects containing non-ASCII data will be written to standard output.

Standard Error

Internal processing errors will be written to standard error.

Exit Values

0
Indicates that only ASCII data was found in the SDR database files.

1
Indicates that non-ASCII data was found in the SDR database files.

Restrictions

The command can only be run on the control workstation.

If SDRScan encounters data in the SDR that was generated under a different locale, the results displayed may be unreadable in the current locale.

Implementation Specifics

This command is part of IBM Parallel System Support Programs (PSSP) Licensed Program (LP) ssp.basic file set.

Location

/usr/lpp/ssp/bin/SDRScan

Related Information

Commands: SDRValidateString

Examples

To scan the SDR for non-ASCII data, enter:

SDRScan

SDRSetTsAuth

Purpose

SDRSetTsAuth - Updates the ts_auth_methods value in the Syspar Class.

Attention

The System Data Repository (SDR) commands are to be used by the IBM Parallel System Support Programs for AIX (PSSP) system management software. Use of these commands by a user can cause damage to system configuration data. Exceptions are: SDRArchive, SDRGetObjects, SDRListClasses, SDRListFiles, SDRRetrieveFile, SDR_test, and SDRWhoHasLock.

Syntax

SDRSetTsAuth syspar_name ts_auth_methods

Flags

None.

Operands

syspar_name
The subsystem name that identifies the Syspar object whose attribute is to be changed.

ts_auth_methods
Any valid value to be assigned to the Syspar's ts_auth_methods attribute, as defined for the chauthpts command.

Description

The SDRSetTSAuth command stops the SDR subsystem for the affected partition, modifies the Syspar class file, and restarts the subsystem.

Files

input:
/spdata/sys1/sdr/defs/Syspar

/spdata/sys1/sdr/partitions/syspar-ip-address/classes/Syspar

output:
/spdata/sys1/sdr/partitions/syspar-ip-address/classes/Syspar

Standard Error

Output consists of error messages, when the command cannot complete successfully.

Exit Values

0
Indicates successful completion of the command.

1
Indicates that an error occurred.

Security

You must be running on the control workstation with root privilege to run this command.

You must have write access to the SDR to run this command.

Implementation Specifics

This command is part of the IBM Parallel System Support Programs (PSSP) Licensed Program (LP) (file set ssp.clients).

Prerequisite Information

The chapters on security in PSSP: Administration Guide.

Location

/usr/lpp/ssp/install/bin/SDRSetTsAuth

Examples

Setting the trusted services authentication methods for a partition:

#/usr/lpp/ssp/install/bin/SDRSetTsAuth partB dce:compat
0513-044 The stop of the sdr.partB Subsystem was completed successfully.
0025-041 waiting for 28324 to exit
0025-043 waiting for 28324 to exit, will kill -9 in 1 minute
0025-044 28324 has exited
0513-059 The sdr.part Subsystem has been started. Subsystem PID is 14562.
#

SDRValidateString

Purpose

SDRValidateString - Checks a character string for valid input that can be written to the SDR.

Syntax

SDRValidateString [-q] string

Flags

-q
Specifies quiet mode. No messages are displayed; only a return code value is returned.

Operands

string
The input string to be checked.

Description

The SDRValidateString command verifies whether the input string to be written to the SDR is valid. If the string contains only ASCII characters, the command returns success indicating the string can be written to the SDR. ASCII characters are defined as any character in the range '00'x to '7F'x. If the string contains non-ASCII characters, the command returns either success or failure according to the following rules:

The attribute SDR_ASCII_only in the SP class determines if non-ASCII data is allowed to be written to the SDR. If this attribute value is true, only ASCII data is allowed; if it is false, non-ASCII data is allowed. You can query the values of the SP admin_locale and SDR_ASCII_only attributes by running the splstdata -e command.

Environment Variables

The NLS environment variables (such as LC_ALL, LC_CTYPE, LANG) affect the operation of this command.

Standard Error

When the -q flag is omitted, the command failure message is written to standard error.

Exit Values

0
Indicates successful completion of the command.

45
Indicates the command has failed with non-valid data.

Implementation Specifics

This command is part of the IBM Parallel System Support Programs (PSSP) Licensed Program (LP) (file set ssp.basic).

Location

/usr/lpp/ssp/bin/SDRValidateString

Related Information

Commands: splstdata, spsitenv, SDRScan

Examples

  1. To verify the string with no error message displayed, enter:
    /usr/lpp/ssp/bin/SDRValidateString -q "abc"
    
  2. If the string contains non-ASCII characters that are not allowed in the SDR, you should get output similar to:
    SDRValidateString: 0025-045 The string contains non-ASCII
    character data that cannot be written to the SDR.
    

SDRWhoHasLock

Purpose

SDRWhoHasLock - Returns transaction ID of lock on specified class.

Syntax

SDRWhoHasLock class_name

Flags

None.

Operands

class_name
Identifies the target object class.

Description

The lock transaction ID returned from this command takes the form host_name:pid:session, where host_name is the long name of the machine running the process with the lock, pid is the process ID of the process that has the lock, and session is the number of the client's session with the System Data Repository (SDR).

Location

/usr/lpp/ssp/bin/SDRWhoHasLock

Examples

To find the transaction ID of the SDR client holding a lock on the Frame class, enter:

SDRWhoHasLock Frame

seqfile

Purpose

seqfile - Creates node sequence files for system startup and shutdown using information in the System Data Repository (SDR).

Syntax

seqfile [-b]

Flags

-b
Includes lines for boot/install servers as well as /usr servers. Specify this option to create lines for /etc/cstartSeq.

Operands

None.

Description

seqfile uses information in the SDR to determine dependencies of SP nodes on /usr and, optionally, and boot/install servers, and to write the dependencies to standard output in the format of the node sequence files /etc/cstartSeq and /etc/cshutSeq.

/usr servers must shut down after and start before their clients. Boot-install servers must start before their clients. The node sequence files, /etc/cshutSeq and /etc/cstartSeq, have lines that describe these dependencies. The seqfile command eliminates the need for you to create these files from scratch. If the nodes in your system have sequencing dependencies in addition to those related to boot/install and /usr servers and clients, you can edit the output of seqfile to define those relationships.

seqfile defines only the nodes that have dependencies; if there are no /usr or boot/install dependencies, seqfile generates no output.

If you do not have a /etc/cstartSeq or /etc/cshutSeq file, the cstartup and cshutdown commands use seqfile to determine the default startup or shutdown sequence.

Files

The following files reside on the control workstation:

/usr/lpp/ssp/bin/seqfile
The seqfile command.

/etc/cshutSeq
Describes the sequence in which the nodes should be shut down. Nodes not listed in the file are shut down concurrently with listed nodes. If the file is empty, all nodes are shut down concurrently. If the file does not exist, cshutdown uses the output of seqfile as a temporary sequencing default.

/etc/cstartSeq
Describes the sequence in which the nodes should be started. Nodes not listed in the file are started up concurrently with listed nodes. If the file is empty, all nodes are started up concurrently. If the file does not exist, cstartup uses the output of seqfile as a temporary sequencing default.

Security

You must have write access to the /etc/cstartseq and /etc/cshutseq directories to run this command.

Location

/usr/lpp/ssp/bin/seqfile

Related Information

Commands: cshutdown, cstartup

Examples

  1. To create the node sequence file for system startup from information in the SDR, enter:
    seqfile -b > /etc/cstartSeq
    
  2. To create the node sequence file for system shutdown from information in the SDR, enter:
    seqfile > /etc/cshutSeq
    
  3. To view the sequence used during system shutdown in the absence of a /etc/cshutSeq file, enter:
    seqfile | more
    

services_config

Purpose

services_config - Configures designated services on nodes or the control workstation.

Syntax

services_config

Flags

None.

Operands

None.

Description

Use this command to configure SP services on the node or control workstation.

Standard Error

This command writes error messages (as necessary) to standard error.

Exit Values

0
Indicates the successful completion of the command.

nonzero
Indicates that an error occurred.

Security

You must have root privilege to run this command.

Implementation Specifics

This command is part of the IBM Parallel System Support Programs (PSSP) Licensed Program (LP).

Location

/usr/lpp/ssp/install/bin/services_config

Related Information

Commands: setup_server, spbootins

Examples

To configure the SP services on a node or the control workstation, enter:

services_config

sethacws

Purpose

sethacws - Sets the HACWS state of the control workstation.

Syntax

sethacws state

Flags

None.

Operands

state
Specifies a number of the set: 0, 1, 2, 16, 32.

Description

Use this command to set the current HACWS state of the control workstation. It is valid only when issued on the control workstation. When the command is executed and the calling process is not on a control workstation, an error occurs.

Note:
The High Availability Cluster Multiprocessing (HACMP) event scripts and installation scripts supplied with the High Availability Control Workstation (HACWS) option of the IBM Parallel System Support Programs for AIX (PSSP), set the control workstation state. The state is changed during fail over or reintegration in the HACWS supplied pre- and post-event scripts for HACMP. The administrator should not normally have to set the control workstation state.

Exit Values

0
Indicates successful completion of the command.

1
Indicates that the command could not access the HACWS state location.

2
Indicates that the command was executed with an HACWS state that was not valid.

3
Indicates that the command was not executed on a control workstation.

The following are the valid state values and their defined control workstation state:

0
Indicates that this is a control workstation that is not part of an HACWS configuration.

1
Indicates that this is the primary control workstation, but not the active control workstation.

2
Indicates that this is the primary and active control workstation.

16
Indicates that this is the backup control workstation and not the active control workstation.

32
Indicates that this is the backup and active control workstation.

Security

You must have root privilege to run this command.

Prerequisite Information

Refer to PSSP: Administration Guide for information on the HACWS option.

Location

/usr/bin/sethacws

Related Information

Commands: lshacws

Subroutines: hacws_set, hacws_stat

Examples

  1. To set the HACWS state as a backup and active control workstation, enter:
    sethacws 32
    
  2. To set the HACWS state as a backup and inactive control workstation, enter:
    sethacws 16
    
  3. To set the HACWS state as a primary and active control workstation, enter:
    sethacws 2
    
  4. To set the HACWS state as a primary and inactive control workstation, enter:
    sethacws 1
    
  5. To set the HACWS state as a control workstation that does not belong to an HACWS configuration, enter:
    sethacws 0
    

setup_authent

Purpose

setup_authent - Sets up a workstation to use SP Kerberos Version 4 authentication services.

Syntax

setup_authent

Flags

None.

Operands

None.

Description

The setup_authent command configures SP Kerberos Version 4 authentication services during SP installation on the control workstation and on other IBM RS/6000 workstations connected to an SP system. It is not executed on SP nodes, where authenticated client services are automatically installed. Executing this command invokes an interactive dialog, in which instructions for the various steps are displayed and various utility programs are invoked to accomplish the configuration.

There are several ways that setup_authent can configure these services. The method chosen is based on runtime choice, the combination of SP options installed on the workstation, and the contents of any predefined authentication configuration file that you have supplied.

Primary Server: When the local system is to be configured as the primary server, both ssp.clients and ssp.authent SP options must have been installed. You may supply the configuration files, /etc/krb.conf and /etc/krb.realms , or let the system create one that lists the local system as the sole authentication server in the local realm. This command creates the files used by the Kerberos Version 4 authentication and ticket granting services. These include the configuration files, the authentication database files, and the master key cache file. The server daemon, kerberos, is added to the inittab and started.

The administration of the Kerberos Version 4 authentication database is handled by the kadmind daemon, which is also added to inittab and started. The setup_authent command requires you to define the initial principal who administers the database. Access control list files are created containing this name, to be used by kadmind for authorization.

This command invokes k4init to log you in as this administrator, to define additional principals used by the SP Kerberos Version 4 authenticated services for monitoring and system administration. A server key file is created for use by the monitor commands, SP remote commands, and Sysctl remote command execution facility.

Backup Server: When the local workstation is to be configured as a secondary server, ssp.clients and ssp.authent must be installed. You must supply the configuration files, listing the local host as a slave server and some other workstation as the primary authentication server. The primary server must be configured and running and be available by standard TCP/IP connection to the local host.

You are required to authenticate your identity as the Kerberos Version 4 administrative user that you defined when you configured the primary server. The service principals for the local host are added to the primary database, and the server key file is created for them. Then the kpropd daemon is used in conjunction with the kprop command (executed remotely on the primary server) to copy the master database onto the local system. The server daemon, kerberos , is then added to the inittab and started.

Authentication Server: When the local host is to be configured only to provide Kerberos Version 4 authentication client services, just ssp.clients needs to be installed. As in the case of the slave server, you must supply the configuration files. In this case, however, the local host is not listed as a server. setup_authent simply requires the information to know how to get to the primary Kerberos Version 4 authentication server (already configured and accessible).

You are required to authenticate your identity as the Kerberos Version 4 administrative user that you defined when you configured the primary server. The service principals for the local host are added to the primary database, and the server key file is created for them.

Using AFS Authentication Services: When AFS Kerberos Version 4 authentication is to be configured, the local host must have already been established as either an AFS server or an AFS client. The CellServDB and ThisCell files are expected to exist in the /usr/vice/etc directory (or linked to that path). ssp.clients is the only required SP Kerberos Version 4 authentication option. When setup_authent finds these AFS configuration files on the local system, it allows you the choice of whether to use AFS Kerberos Version 4 authentication. If you choose not to use AFS, processing follows one of the other three variations described previously. When using AFS, you must supply an AFS user name and password that is a valid Kerberos Version 4 administrative ID in the local AFS cell. Then setup_authent creates the local service principals in the AFS database and creates a server key file for the SP Kerberos Version 4 authenticated services to use on the local host.

If you choose AFS Kerberos Version 4 authentication, you must do so for all workstations you configure with setup_authent , including the control workstation for your SP system.

You can reexecute setup_authent to change the configuration of your Kerberos Version 4 authentication services, but you add varying degrees of risk to system operations depending on how far you have progressed in the installation of the control workstation and nodes. Running it again on the control workstation prior to executing install_cw is not a problem. Reconfiguring a client workstation has little risk of disruption. A slave can be reconfigured provided the primary server is available. If the primary server must be reconfigured, all slave and client systems have to be reconfigured after the new primary server is up. If the control workstation is a Kerberos Version 4 authentication server, you have to recustomize any SP nodes previously booted, after running setup_authent.

Files

/.k
Master Kerberos Version 4 key cache file.

/etc/krb.conf
Kerberos Version 4 authentication configuration file.

/etc/krb.realms
Kerberos Version 4 authentication configuration file.

/etc/krb-srvtab
Server Kerberos Version 4 key file. |

|/usr/kerberos/database/admin_acl.{add,get,mod}
|Access Control List files.

/var/kerberos/database/principal.pag, /var/kerberos/database/principal.dir
Kerberos Version 4 authentication database files.

/usr/vice/etc/CellServDB, /usr/vice/etc/ThisCell
AFS configuration files.

|Environment Variables

|PSSP 3.4 provides the ability to run commands using secure remote |command and secure remote copy methods.

|To determine whether you are using either AIX rsh or rcp |or the secure remote command and copy method, the following environment |variables are used. |If no environment variables are set, the defaults are |/bin/rsh and /bin/rcp.

|You must be careful to keep these environment variables consistent. |If setting the variables, all three should be set. The DSH_REMOTE_CMD |and REMOTE_COPY_CMD executables should be kept consistent with the choice of |the remote command method in RCMD_PGM: |

|For example, if you want to run setup_authent using a secure |remote |method, enter:

|export RCMD_PGM=secrshell
|export DSH_REMOTE_CMD=/bin/ssh
|export REMOTE_COPY_CMD=/bin/scp

Security

You must have root privilege to run this command. If you are running setup_authent on an active control workstation with DCE as the only Trusted Services authentication method, you must also have SDR write access.

Location

/usr/lpp/ssp/bin/setup_authent

Related Information

Commands: add_principal, ext_srvtab, kadmind, kdb_edit, kdb_init, kdb_util, kerberos, k4init, k4list, krb_conf, krb_realms, ksrvutil, kstash

Refer to the "RS/6000 SP files and other technical information" section of PSSP: Command and Technical Reference for additional Kerberos information.

Examples

See PSSP: Installation and Migration Guide.

setup_CWS

Purpose

setup_CWS - Updates control workstation files and directories for installation tasks.

Syntax

setup_CWS [-h]

Flags

-h
Displays usage information. If the command is issued with the -h flag, the syntax description is displayed to standard output and no other action is taken.

Operands

None.

Description

Use this command to update control workstation files and directories for installation tasks. This includes control workstation-specific Kerberos and other files. This command can only be run on the control workstation.

Standard Error

This command writes error messages (as necessary) to standard error.

Exit Values

0
Indicates the successful completion of the command.

nonzero
Indicates that an error occurred.

Security

You must have root privilege and write access to the SDR to run this command.

If Kerberos V4 is configured, Kerberos V4 administrator privileges are required whenever you run setup_CWS following the addition or name change of a network interface on a node (defined by an Adapter or Aggregate_IP object in the SDR) or on the control workstation.

Implementation Specifics

This command is part of the IBM Parallel System Support Programs (PSSP) Licensed Program (LP).

Location

/usr/lpp/ssp/bin/setup_CWS

Related Information

Commands: setup_server

Examples

To update the control workstation environment for installation, enter:

setup_CWS

setup_logd

Purpose

setup_logd - Sets up the logging daemon (splogd). This is called by installation scripts when the IBM RS/6000 control workstation is installed. It can also be run by root on a different workstation to have splogd spawned by the System Resource Controller (SRC).

Syntax

setup_logd

Flags

None.

Operands

None.

Description

To run the splogd logging daemon on a workstation other than the control workstation, install the ssp.clients option on that workstation and run setup_logd. You may want to do this so that:

  1. Offload error logging from the control workstation
  2. Have your own script called when a state change on a particular variable or variables occurs

By default the /spdata/sys1/spmon/hwevents file is set up to do error logging and state change logging for all frames. If you are installing splogd on a workstation besides the control workstation to call your own script, you should edit the /spdata/sys1/spmon/hwevents file, removing the entries for SP_STATE_LOG and SP_ERROR_LOG and add a call for your own script. Refer to the splogd command for instructions.

The setup_logd command performs the following steps:

  1. Creates directories in /var/adm that the logging daemon uses, if they do not already exist.
  2. Adds an entry to syslog.conf for daemon.notice and sends a HUP signal to syslogd to reread its configuration file.
  3. Adds errlog templates for SP messages.
  4. Adds the splogd daemon to SRC as the splogd subsystem.
  5. Adds an entry for splogd to /etc/inittab.

If you do not want to perform any of the preceding steps on your workstation, do not run setup_logd. If you are only using splogd to call your own script, you might only want to do step 4 and step 5 (add splogd to SRC and /etc/inittab).

To run the logging daemon on a separate workstation, you must add the following to the /etc/environment file:

SP_NAME={control_workstation}

To move a subset of error logging off of the control workstation, edit /spdata/sys1/spmon/hwevents on the control workstation to define the subset that you want to monitor. Then stopsrc and startsrc the logging daemon on the control workstation to reread the hwevents file.

Starting and Stopping the splogd Daemon

The splogd daemon is under System Resource Controller (SRC) control. It uses the signal method of communication in SRC. The splogd daemon is a single subsystem and not associated with any SRC group. The subsystem name is splogd. To start the splogd daemon, use the startsrc -s splogd command. This starts the daemon with the default arguments and SRC options. The splogd daemon is setup to be respawnable and be the only instance of the splogd daemon running on a particular node or control workstation. Do not start the splogd daemon from the command line without using the startsrc command to start it.

To stop the splogd daemon, use the stopsrc -s splogd command. This stops the daemon and does not allow it to respawn.

To display the status of the splogd daemon, use the lssrc -s splogd command.

If the default startup arguments need to be changed, use the chssys command to change the startup arguments or the SRC options. Refer to AIX Commands Reference and AIX General Programming Concepts: Writing and Debugging Programs for more information about daemons under SRC control and how to modify daemon arguments when under SRC.

To view the current SRC options and daemon arguments, use the odmget -q "subsysname=splogd" SRCsubsys command.

Files

/etc/inittab
AIX file that contains a list of parameters to be brought up during initialization.

/spdata/sys1/spmon/hwevents
File that describes what logging is performed and what user exits are called.

/etc/syslog.conf
Describes where syslog messages are logged.

Security

You must have root privilege to run this command.

Location

/usr/lpp/ssp/bin/setup_logd

Related Information

Daemons: splogd

Refer to PSSP: Installation and Migration Guide for more information on setting up Hardware Monitor clients on separate workstations and the System Resource Controller.

Examples

  1. To start the splogd daemon, enter:
    startsrc -s splogd
    
  2. To stop the splogd daemon, enter:
    stopsrc -s splogd
    
  3. To display the status of the splogd daemon, enter:
    lssrc -s splogd
    
  4. To display the status of all the daemons under SRC control, enter:
    lssrc -a
    
  5. To display the current SRC options and daemon arguments for the splogd daemon, enter:
    odmget -q "subsysname=splogd" SRCsubsys
    

setup_server

Purpose

setup_server - Configures a node or control workstation as a boot/install server.

Syntax

setup_server [-h]

Flags

-h
Displays usage information. If the command is issued with the -h flag, the syntax description is displayed to standard output and no other action is taken.

Operands

None.

Description

Use this command to set up the node on which it is run as a boot/install server for client nodes as defined in the System Data Repository (SDR).

On a boot/install server, this command:

Creation of the Network Installation Management (NIM) lppsource resource on a boot/install server will result in setup_server creating a lock in the lppsource directory on the control workstation. The setup_server command calls mknimres which creates the lock.

|Environment Variables

|PSSP 3.4 provides the ability to run commands using secure remote |command and secure remote copy methods.

|To determine whether you are using either AIX rsh or rcp |or the secure remote command and copy method, the following environment |variables are used. If no environment variables are set, the defaults |are /bin/rsh and /bin/rcp.

|You must be careful to keep these environment variables consistent. |If setting the variables, all three should be set. The DSH_REMOTE_CMD |and REMOTE_COPY_CMD executables should be kept consistent with the choice of |the remote command method in RCMD_PGM: |

|For example, if you want to run setup_server using a secure remote |method, enter:

|export RCMD_PGM=secrshell
|export DSH_REMOTE_CMD=/bin/ssh
|export REMOTE_COPY_CMD=/bin/scp

Standard Error

This command writes error messages (as necessary) to standard error.

Exit Values

0
Indicates the successful completion of the command.

-1
Indicates that an error occurred.

Security

You must have root privilege and write access to the SDR to run this command.

|You must be authorized to perform a dsh to the target |nodes. Therefore, your user ID must be in the appropriate authorization |file (.k5login, .klogin, or |.rhosts) on the target nodes or secure remote shell must be |enabled.

|If Kerberos V4 is configured, Kerberos V4 administrator privileges |are required whenever you run setup_server following the addition or |name change of a network interface on a node (defined by an Adapter or |Aggregate_IP object in the SDR) or on the control workstation unless using a |secure remote shell.

Implementation Specifics

This command is part of the IBM Parallel System Support Programs (PSSP) Licensed Program (LP).

Location

/usr/lpp/ssp/bin/setup_server

Related Information

Commands: allnimres, create_krb_files, delnimclient, delnimmast, export_clients, mkconfig, mkinstall, mknimclient, mknimint, mknimmast, mknimres, setup_CWS, unallnimres

Examples

To prepare a boot/install server node, enter the following on that node:

setup_server

setupdce

Purpose

|setupdce - Creates registry entries for DCE |clients. | |

Syntax

setupdce
[-h] [-c cell_admin_id] [-l lan_profile] [-v]

or

setupdce
-u [-s master_security_server] [-d initial_cds_server] [-v]

Flags

-h
Displays the command syntax.

-c cell_admin_id
Specifies a DCE ID with cell administration authority. The default ID is "cell_admin".

-l lan_profile
Specifies DCE lan profile path. The default DCE lan profile path and name is /.:/lan_profile.

-v
Allows certain print statements of progress to be displayed. |

|-u
|Updates the SDR with Master Security Server and Initial CDS Server host |name.

-s master_security_server
Specifies the host name of the DCE Master Security Server. The default is the host name of the control workstation.

-d initial_cds_server
Specifies the host name of the DCE Initial CDS Server. The default is the host name of the control workstation.

Operands

None.

Description

|The setupdce command is used to update the SDR with DCE |server's information and to register remote nodes in the DCE |database.

The command uses config.dce to register the remote nodes into the DCE database. It ensures that all of the nodes in system partitions that have DCE set as an authentication method are registered in the DCE database. Each remote node will have its self host machine principal and account created and 'ftp' and 'host' principal and account entries created for each of its adapters. Each time the command is run, all new nodes will be registered with all of their adapters. However, if new adapters are added to a node after setupdce has been run, those adapters will not be registered in the subsequent runs of setupdce.

When new adapters are added with a registered node, the kerberos.dce command should be run with the admin configuration option for that specific new adapter. Refer to DCE documentation for more information on the kerberos.dce command.

The -u flag causes the command to update the SDR with the appropriate server host names. If -u is used by itself, a check is made to ensure the server values are stored in the SDR; if they are not, the SDR is updated with the control workstation host names. The -s and -d flags can be used only with the -u flag. |Using the -u flag requires UNIX root authority; |otherwise, DCE cell administrator authority is required.

|This command can be run remotely for the -c and |-l parameters. To run the command remotely, set the |SP_NAME environment variable to the short host name of the appropriate SDR |daemon.

Files

|output:
|The DCE database will be updated.

|A Log file is created in /var/adm/SPlogs/auth_install/log.

Exit Values

0
Command successfully updated the DCE database. |

|1
|An error occurred during configuration; review either printed error |messages to the console or error messages logged in the log file.

Errors may cause some principals to not be created for some remote nodes. Once setupdce is run again without any errors, there will not be any unexpected problems because of earlier unsuccessful runs.

Identify the problems in updating the DCE registry, correct the problem, and rerun the command.

Security

The -u flag requires UNIX root user authority and write access to the SDR; otherwise DCE cell administrator authority is required.

Prerequisite Information

IBM Distributed Computing Environment for AIX: Administration Guide

PSSP: Installation and Migration Guide

Location

/usr/lpp/ssp/bin/setupdce

Related Information

Commands: config.dce, kerberos.dce

Examples

  1. To register all new nodes in DCE partitions into the DCE database, login as the DCE cell administrator and enter:
    setupdce
    
  2. To update the SDR with master security server and CDS server information, login as UNIX root and enter:
    setupdce -u -s abc.def.com -d ghi.jkl.com
    
  3. To update the SDR to specify the control workstation as master security server and CDS server, login as UNIX root and enter:
    setupdce -u
    


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]