- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall hangs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 07:09 AM
02-17-2003 07:09 AM
swinstall hangs
I am trying to install a software depot on an A-Class m/c (OS 11.11). swinstall hangs after the target connection phase. i.e., it hangs after giving the following prints :
02/17/03 19:09:21 IST BEGIN swinstall SESSION
(non-interactive) (jobid=aph-a2-0213)
* Session started for user "root@aph-a2".
* Beginning Selection
* Target connection succeeded for "aph-a2:/".
Can somebody help me in debugging this problem ?
Thanks in advance
mrpr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 07:13 AM
02-17-2003 07:13 AM
Re: swinstall hangs
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 07:15 AM
02-17-2003 07:15 AM
Re: swinstall hangs
It's possible hang if you have the option mount_all_filesystems=true and some problem in /etc/fstab file.
Can you check if is fstab file correct ?
What's version of swinstall are you using ?
Have you a message in swagent.log ?
Regards,
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 11:02 PM
02-17-2003 11:02 PM
Re: swinstall hangs
Thanks a lot for the inputs. I was trying to install a depot. The depot is in a directory which is NFS mounted on the system. I used the following option :
swinstall -s /aph-cvs1/CPQswsp.depot CPQswsp
where /aph-cvs1 is a NFS mountpoint.
swinstall hung when i did the above.
I copied the depot to a local directory on the system and swinstall worked fine !!! So my problem is resolved in this way. But i am curious to know why it hung when I tried to install the depot which is in the NFS mounted directory.
Also i checked the fstab file and everything looked fine ( I confirmed it by doing "mountall" command.)
Thanks again
mrpr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 11:08 PM
02-17-2003 11:08 PM
Re: swinstall hangs
could you post /var/adm/sw/swinstall.log file.
problem seems to be all the file systems in fstab are not mounted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 12:52 AM
02-18-2003 12:52 AM
Re: swinstall hangs
I am attaching the swagent.log, swinstall.log and swagentd.log files.
I have mounted all the filesystems specified in the /etc/fstab ( using mountall command.).
Also one more observation, the NFS mounts that are specified in the /etc/fstab are not getting mounted after reboot, i have to mount them explicitly using mountall command. Is it in some way related to the swinstall hang ?
Also i tried to install specifying mount_all_filesystems=false, still the hang problem is there.
Thanks & Regards
mrpr
----------- swagentd.log------------------------
======= 02/18/03 12:32:06 IST BEGIN swagentd (pid = 1237).
* Checking job queue at 1 minute intervals.
* Started install agent on "/" for root@aph-a2.india.hp.com,
pid=4370, 02/18/03 13:24:29 IST
* Started source agent on
"/aph-cvs1/users/mrpr/3.0b_dlkm_pt_evalit/feb_11/CPQswsp.11_11_64.NOT_FOR_DISTRIBUTION.030481548.depot"
for root@aph-a2.india.hp.com, pid=4373, 02/18/03 13:24:30 IST
-------------End swagentd.log------------------------
---------- Start swagent.log------------------------
====== 02/18/03 13:24:29 IST BEGIN install AGENT SESSION (pid=4370)
(jobid=aph-a2-0219)
* Agent session started for user "root@aph-a2.india.hp.com".
(pid=4370)
---------- End swagent.log------------------------
---------- Start swinstall.log------------------------
======= 02/18/03 13:24:28 IST BEGIN swinstall SESSION
(non-interactive) (jobid=aph-a2-0219)
* Session started for user "root@aph-a2".
* Beginning Selection
* Target connection succeeded for "aph-a2:/".
---------- End swinstall.log------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 01:53 AM
02-18-2003 01:53 AM
Re: swinstall hangs
To allow swinstall to install files to a nfs mounted filesystem:
1) verify superuser can write to the remote filesystem
2) start swinstall using -x write_remote_files=true
swinstall -x write_remote_files=true
Regards,
Jerome