- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: re-installing standard c compiler
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
03-31-2004 05:24 PM
03-31-2004 05:24 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 06:03 PM
03-31-2004 06:03 PM
Re: re-installing standard c compiler
What do u mean only c compiler?
I assume it to be /usr/bin/cc i.e. HP_UX C compiler. It is not possible to re-install a single file. U have to reinstall the entire C compiler package. Use sam for this .
1] Remove the package C compiler by selecting it from sam.(Note : Before removing a package make sure if u have the HP_UX software CDs having HP_UX C Compiler package.)
sam--Software Management--Remove Software--
Remove Local Host Software--Mark C compiler package to Remove--Actions-Remove
this will remove the package.
2] Now re-install it.
sam--Software Management--Install Software to Local Host--Source Depot Type--Select the source depot where u have C compiler package(i.e. ur HP_UX software CD or a local depot) and Install it.
Thats all.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 06:49 PM
03-31-2004 06:49 PM
SolutionOS-Core.C-KRN B.11.11 C-KRN
OS-Core.C-MIN B.11.11 C-MIN
OS-Core.C-MIN-32ALIB B.11.11 HP-UX minimal 32 bit user libraries
OS-Core.C-MIN-64ALIB B.11.11 C-MIN-64ALIB
These 4 filesets make up the standard bundled c compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 06:50 PM
03-31-2004 06:50 PM
Re: re-installing standard c compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 12:41 AM
04-01-2004 12:41 AM
Re: re-installing standard c compiler
2 things that I have noted:
1. SAM is not the efficient tool to use for this excercise. It does not zoom in on what you want to install/uninstall. Knowing the filesets plus using swinstall and swremove commands do the job.
2. The OS-Core.C-KRN fileset cannot be uninstalled. Its one of the core files needed during reboot
Cheers to all