|
|
| |
 IBM Secure Perspective
 | | |
|
 |
|
|
Complete the following steps before installing 5724-PS1:
Installing the IBM i Secure Perspective Server:
- Note: When following InfoCenter installation instructions that require a program number, be sure to use 5724PS1.
V5R3:
V5R4:
V6R1:
- Prior to installing 5724PS1 ensure the following directory exists: /QIBM/PRODDATA/HTTP/ADMIN/APPS. If this directory does not exist, create it with the QSYS/MKDIR DIR('/QIBM/PRODDATA/HTTP/ADMIN/APPS') CL command.
- Follow instructions for installing on V5R4:
Installing Secure Perspective on i5/OS V5R4 on InfoCenter.
- Perform the following post installation instructions:
- Create PS1WAB directory (CL command):
QSYS/MKDIR DIR('/QIBM/PRODDATA/SECUREPERSPECTIVE/PS1WAB/') DTAAUT(*RX) OBJAUT(*NONE) CRTOBJAUD(*SYSVAL) CRTOBJSCAN(*PARENT) RSTDRNMUNL(*NO)
- Change the directory's owner to QSYS (CL command):
QSYS/CHGOWN OBJ('/QIBM/PRODDATA/SECUREPERSPECTIVE/PS1WAB/') NEWOWN(QSYS) RVKOLDAUT(*YES) SYMLNK(*NO)
- Change public's authority to read and execute on the directory (CL command):
QSYS/CHGAUT OBJ('/QIBM/PRODDATA/SECUREPERSPECTIVE/PS1WAB/') USER(*PUBLIC) DTAAUT(*RX) OBJAUT(*NONE)
- Change current directory to PS1WAB (CL command):
QSYS/CHGCURDIR DIR('/QIBM/PRODDATA/SECUREPERSPECTIVE/PS1WAB/')
- Issue the following CL command:
QSYS/QSH CMD('jar -xf /QIBM/PRODDATA/SECUREPERSPECTIVE/SecurePerspective.wab')
- Delete the following link if it exists (CL commands):
QSYS/DEL OBJLNK('/QIBM/PRODDATA/HTTP/ADMIN/APPS/SECUREPERSPECTIVE.jar')
- Create a new link if it doesn't exist (CL command):
QSYS/ADDLNK OBJ('/QIBM/PRODDATA/SECUREPERSPECTIVE/PS1WAB/') NEWLNK('/QIBM/PRODDATA/OS/OSGI/APPS/ADMIN2/SECUREPERSPECTIVE')
- Change the owner of the link to QSYS (CL command):
QSYS/CHGOWN OBJ('/QIBM/PRODDATA/OS/OSGI/APPS/ADMIN2/SECUREPERSPECTIVE') NEWOWN(QSYS) SYMLNK(*YES)
- Change public's authority to read and execute on the link (CL command):
QSYS/CHGAUT OBJ('/QIBM/PRODDATA/OS/OSGI/APPS/ADMIN2/SECUREPERSPECTIVE') USER(*PUBLIC) DTAAUT(*RX) OBJAUT(*NONE) SYMLNK(*YES)
- Restart the HTTP Admin Server.
Installing Windows Secure Perspective Server:
Installing AIX and Windows Agents:
Note: Your application's data (i.e. terms, policies, and domains) will be preserved by this process.
Secure Perspective Server
IBM i:
- Delete the licensed program (CL command):
QSYS/DLTLICPGM LICPGM(5733PS1)
- Remove the contents from the Secure Perspective directory (CL command):
QSYS/QSH CMD('rm -rd /QIBM/ProdData/SecurePerspective/*')
- If 5733PS1 is installed on V6R1 delete the following link (CL command)
QSYS/DEL OBJLNK('/QIBM/PRODDATA/OS/OSGI/APPS/ADMIN2/SECUREPERSPECTIVE')
Windows:
- run <install directory>/Uninstall_IBM Secure Perspective for Windows/Uninstall IBM Secure Perspective for Windows.exe
- Delete the entire install directory (e.g. C:\Program Files\Secure Perspective for Windows)
Secure Perspective Agent
Windows:
- run <install directory>/Uninstall_IBM Secure Perspective Agent/Uninstall IBM Secure Perspective Agent.exe
- Delete the entire install directory (e.g. C:\Program Files\SecPerspAgent)
AIX:
- Locate your install location. By default, this is "/SecPerspAgent" and the text "<install directory>" will be used in these instructions to represent that location.
- Change your current directory to the uninstall directory:
cd "<install directory>/Uninstall_IBM Secure Perspective Agent"
- Run the uninstaller (Note: Make sure you are signed in as root, or someone of equal authority as the user who installed the product):
/Uninstall_IBM_Secure_Perspective_Agent
- Remove the agent's initialization process configuration from /ect/inittab. Make sure you signed in as root.
rmitab SecPerAgt
- End the Agent process. This task can also be accomplished by restarting the AIX system.
- Find the process ID (ps aux | grep java)
- Write down the process id for the process that is running under "nobody" and has "java -classpath /" for the path
- Kill the process ID gathered from the step above (kill <processid>)
- Remove the install directory
cd /
rm -rf <install directory>
|
| |
|
|
|