Problem
How to install a .depot package on an HP-UX machine?
Solution
Depot packages (.depot file) can be installed on the HP-UX machine using the swinstall command.
Install a DEPOT on HP-UX using swinstall
swinstall command installs packages from a software source (a depot or physical media) to your localhost. swinstall command invokes GUI, follow the steps given below to install a software/depot on your HP-UX machine.
- Log in as root or superuser on your HP-UX machine.
- Use the command swinstall with specifying the source by using option -s
# swinstall -s /home/SW/CVE-2012-4929-30/HP_UX_11.31_WBEMMgmtBundle_C.19.01_HP-UX_B.11.31_IA.depot NOTE: The interactive UI was invoked, since no software was specified.
- If you need help with swinstall command then type the swinstall -help as shown below.
# swinstall -help swinstall: illegal option -- h Usage: swinstall [options] [software_selections] [@ target_selections] Options include: -i invoke the graphical user interface (GUI) XToolKit options (GUI only) -p preview the session without modifying anything (i.e. exit after the analysis phase) -v write verbose output to stdout -r target selections are alternate root directories -c catalog use the exported catalog structure at this path as the source of the "response" files -s source read the software selections from this source -x option=value set the option to value -X option_file read option definitions from this file -f software_file read software selections from this file -t target_file read target selections from this file -C session_file user saved session file -Q MM/DD[/YYYY][,HH:MM][AM|PM] schedule the job for this date -S session_file read options, software selections, and target selections from this file Software selections are specified as: product[.subproduct][.fileset][,version][:location] ... where version is either [r=revision][,a=arch][,v=vendor][,l=location] instance_id Target selections are specified as: @ [host][:][path]
- It will open the Interactive User Interface (UI), and select the software from the list of software. The list displays all the software included in the depot or software bundle.
- Click on the Actions menu button and then click on Install…
- Click on OK
- It will analyze, after analysis click on the OK button.
- Now the installation started, you may see the progress percentage.
- Meanwhile, If you want to see the installation log file then click on the Logfile… button and see the installation logs.
- Click on the OK button when the status becomes Completed
- Click on the File menu and then click on Exit.
- Verify the software which you have installed by using the swlist command.
# swlist |grep WBEMMgmtBundle WBEMMgmtBundle C.19.01 WBEMMgmtBundle #
Last Updated: August 07, 2019
Related Posts
- How to Find NIC (Network Interface Card) Details in HP-UX
- How to Install a .depot Package Using swinstall on HP-UX
- HP-UX: How to restrict NFS share access to a particular server?
- crontab: you are not authorized to use cron. Sorry. in HP-UX
- HP-UX: SSH taking too much time after adding the DNS Servers
- How to add DNS servers on an HP-UX server
- How to login to vPar console in HP-UX
- How to extend the size of Logical Volume (LV) in HP-UX
- How to determine file system type in HP-UX using command
- How to check vPar machines status in HP-UX
- How to find HBA cards/ports and WWN Number details in HP-UX (nPar)
- How to find HBA cards/ports and WWN Number details in HP-UX (vPar)
- HP-UX command to get Physical Memory Information
- HP-UX command to get Processor Information
- HP-UX command to get Hardware Serial Number
- su: Sorry in HP-UX while switching from normal user to root user
- SSH login taking too much time on HP-UX 11.31
- How to Disable Root SHH Login in HP-UX?
- hpvmstatus: HPVM currently not running.
- How to view/print routing table in HP-UX?
- Create a Logical Volume larger than 2TB and format it in HP-UX
- Protect SSH Logins with SSH and MOTD Banner Messages in HP-UX
- Remove welcome message after login in HP-UX 11.31
- Create a Logical Volume and format it in HP-UX
- How to rescan new LUNs added in HP-UX 11.31
- How to reboot a HP-UX machine?
- How to remove File System, LV and VG in HP-UX and Linux?
- How to remove NO_HW devices from ioscan in HP-UX without a reboot?
- Change root user password of vpar machine in HP-UX