- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to install depot or .sd file in diff files...
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
11-26-2007 05:01 PM
11-26-2007 05:01 PM
How to install depot or .sd file in diff filesystem
I have space problem in HP UX 11.0 box for /usr, /var, etcc. I want to install gcc compile, binutils, and Apache in this server in diff filesystem, say /u06.
For example :
# swinstall -s /tmp/gcc*
gcc install in default location /usr/local/bin directory
or
# swinstall -s /tmp/gcc* gcc
Now gcc will install in /opt filesystem
Is it possible to install gcc, bintils, at diff filesystem, say /u06 ?
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 05:20 PM
11-26-2007 05:20 PM
Re: How to install depot or .sd file in diff filesystem
A small info ..create a seperate filesytem and mount on /opt/gcc directory and try to install gcc using the below command.
# swinstall -s /tmp/gcc* gcc
Thanks ,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 05:28 PM
11-26-2007 05:28 PM
Re: How to install depot or .sd file in diff filesystem
Even i donot have much space for
/
/usr
/opt
/var
Im trying to install gcc4.2.2...
But i have /u06 with 2gb space.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 05:37 PM
11-26-2007 05:37 PM
Re: How to install depot or .sd file in diff filesystem
I feel better to extend the filesystems /var ,/usr, /opt ..since all these are critical for OS .If you don`t have enough disk space then plan to upgrade the disk drive or install new drive if you have enough free slot available .
Thanks,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 06:30 PM
11-26-2007 06:30 PM
Re: How to install depot or .sd file in diff filesystem
>gcc install in default location /usr/local/bin directory
># swinstall -s /tmp/gcc* gcc
>Now gcc will install in /opt filesystem
How do these commands install in different locations?
You can do an alternate root installation but I'm not sure if gcc will work after that:
# swinstall -s $PWD/gcc.depot \* @ /u06
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 06:45 PM
11-26-2007 06:45 PM
Re: How to install depot or .sd file in diff filesystem
# mkdir /u06/gcc
# ln -s /u06/gcc /opt/gcc
# swinstall -s /tmp/gcc* gcc
Symbolic link is sometimes a good way how to "extend".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 07:11 PM
11-26-2007 07:11 PM
Re: How to install depot or .sd file in diff filesystem
Let me try like this.
# mkdir /u06/gcc
# ln -s /u06/gcc /opt/gcc
# swinstall -s /tmp/gcc* gcc
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 11:33 PM
12-06-2007 11:33 PM
Re: How to install depot or .sd file in diff filesystem
Use the below command
swinstall -s /tmp/gcc*,l=/u06.
Thanks
Sagar