HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to install except on HP-UX system
Operating System - HP-UX
1832527
Members
8458
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-07-2009 10:05 AM
01-07-2009 10:05 AM
unable to install except on HP-UX system
Hi
while trying to install except on HP-UX i am getting this error message
can an one help me
bash-3.1# swinstall -s /home/tpmprereqs/expect-5.43-ia64-11.23.depot "*"
======= 01/07/09 23:31:56 IST BEGIN swinstall SESSION
(non-interactive) (jobid=HBPTCP52-0093)
* Session started for user "root@HBPTCP52".
* Beginning Selection
* Target connection succeeded for "HBPTCP52:/".
* Source:
/home/tpmprereqs/expect-5.43-ia64-11.23.depot
* Targets: HBPTCP52:/
* Software selections:
expect.expect-MAN,r=5.43,a=HP-UX_B.11.23_64
expect.expect-RUN,r=5.43,a=HP-UX_B.11.23_64
* Selection succeeded.
* Beginning Analysis and Execution
* Session selections have been saved in the file
"/.sw/sessions/swinstall.last".
ERROR: "HBPTCP52:/": One or more filesystems that appear in the
filesystem table are not mounted and cannot be mounted.
* The analysis phase failed for "HBPTCP52:/".
* Analysis and Execution had errors.
NOTE: More information may be found in the agent logfile using the
command "swjob -a log HBPTCP52-0093 @ HBPTCP52:/".
======= 01/07/09 23:31:57 IST END swinstall SESSION (non-interactive)
(jobid=HBPTCP52-0093)
while trying to install except on HP-UX i am getting this error message
can an one help me
bash-3.1# swinstall -s /home/tpmprereqs/expect-5.43-ia64-11.23.depot "*"
======= 01/07/09 23:31:56 IST BEGIN swinstall SESSION
(non-interactive) (jobid=HBPTCP52-0093)
* Session started for user "root@HBPTCP52".
* Beginning Selection
* Target connection succeeded for "HBPTCP52:/".
* Source:
/home/tpmprereqs/expect-5.43-ia64-11.23.depot
* Targets: HBPTCP52:/
* Software selections:
expect.expect-MAN,r=5.43,a=HP-UX_B.11.23_64
expect.expect-RUN,r=5.43,a=HP-UX_B.11.23_64
* Selection succeeded.
* Beginning Analysis and Execution
* Session selections have been saved in the file
"/.sw/sessions/swinstall.last".
ERROR: "HBPTCP52:/": One or more filesystems that appear in the
filesystem table are not mounted and cannot be mounted.
* The analysis phase failed for "HBPTCP52:/".
* Analysis and Execution had errors.
NOTE: More information may be found in the agent logfile using the
command "swjob -a log HBPTCP52-0093 @ HBPTCP52:/".
======= 01/07/09 23:31:57 IST END swinstall SESSION (non-interactive)
(jobid=HBPTCP52-0093)
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2009 10:17 AM
01-07-2009 10:17 AM
Re: unable to install except on HP-UX system
Sounds like some of the file systems it's looking for are not mounted. Did you look in agent logfile? It might tell which file system.
Time to smoke and joke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2009 10:22 AM
01-07-2009 10:22 AM
Re: unable to install except on HP-UX system
From the error
> One or more filesystems that appear in the
filesystem table are not mounted and cannot be mounted
You have an entry in /etc/fstab that it is not mounted. Either
1. mount it or
2. comment it out in /etc/fstab or
3. use the "-x mount_all_filesystems=false" option in your swinstall command.
> One or more filesystems that appear in the
filesystem table are not mounted and cannot be mounted
You have an entry in /etc/fstab that it is not mounted. Either
1. mount it or
2. comment it out in /etc/fstab or
3. use the "-x mount_all_filesystems=false" option in your swinstall command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2009 10:27 AM
01-07-2009 10:27 AM
Re: unable to install except on HP-UX system
Hi
1) run the command "swjob -a log HBPTCP52-0093 @ HBPTCP52:/ as suggested to know more about the error.
2)chaeck for /etc/fstab and the bdf O/Ps that will suggest if all the FS as desribed in the /etc/fstab are mounted.
3)While running the swinstall session have a clear look at the "logfile" for the errors and warnings, u will be able to fond more clearly the cause.
If possible try pasting the logfile Errors and Warnings that come when u do this swinstall
Regards
Sujit
1) run the command "swjob -a log HBPTCP52-0093 @ HBPTCP52:/ as suggested to know more about the error.
2)chaeck for /etc/fstab and the bdf O/Ps that will suggest if all the FS as desribed in the /etc/fstab are mounted.
3)While running the swinstall session have a clear look at the "logfile" for the errors and warnings, u will be able to fond more clearly the cause.
If possible try pasting the logfile Errors and Warnings that come when u do this swinstall
Regards
Sujit
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP