Operating System - HP-UX
1752319 Members
5496 Online
108786 Solutions
New Discussion

Re: how to check the trusted system

 
rajesh73
Super Advisor

how to check the trusted system

Please clarify below points

 

1. how to check the server belong to trusted or non trusted system

 

2. how to check the cluster configuration file valid or not in hp-ux 11.31

 

3.how to create the swap memory 

 

4.how to take the cureent kernel backup in both hp-ux 11.23  & 11.31

 

 

p.S. This thread has been moevd from General to HP-UX > sysadmin. - Hp Forum Moderator

 

 

1 REPLY 1
Bill Hassell
Honored Contributor

Re: how to check the trusted system

1. how to check the server belong to trusted or non trusted system

# ll -d /tcb

 If there is a /tcb directory, then the system uses Trusted mode security.

 

2. how to check the cluster configuration file valid or not in hp-ux 11.31

cmcheckconf -c <cluster_file>
cmcheckconf -P <package_file>

The command: man cmcheckconf will help but if you are not familiar with Service Guard, you'll need a lot of additional information.

3.how to create the swap memory 

 

# swapinfo -tam
# man swapon 

 

4.how to take the cureent kernel backup in both hp-ux 11.23  & 11.31

 

# man make_tape_recovery

If your systems have no tape drives, you'll need to setup an Ignite server.

The documentation and download for Ignite is here:

 

hp.com/go/ignite-ux

 



Bill Hassell, sysadmin