- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Installing PerfView on other than /opt.
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
10-14-2001 01:48 PM
10-14-2001 01:48 PM
Installing PerfView on other than /opt.
But I don't have enough free space in /opt, could I install PerfView on any other mount point which has enough free space.
Thanks,
Gulam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 03:09 PM
10-14-2001 03:09 PM
Re: Installing PerfView on other than /opt.
The best way is to create a seperate file system in a different volume group and link it from here. Here is what I would do
1) Mount a new file system say /perfview from any of the volume groups.
2) create two subdirectories called optperf and varoptperf inside it
#mkdir /perfview/optperf
#mkdir /perfview/varoptperf
3) Link them from /opt and /var/opt
#ln -s /perfview/optperf /opt/perf
#ln -s /perfview/varoptperf /var/opt/perf
You can also create two different file systems for /opt/perf and /var/opt/perf and mount them. But We don't want to create a seperate file system for /opt/perf which is being very small.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 03:10 PM
10-14-2001 03:10 PM
Re: Installing PerfView on other than /opt.
There are two ways that this can achieved,
that is either via the command line, choose
the option for 'target'. See the man page
on 'swinstall' for more information, or what
is probably much easier and that is to run
'swinstall' interactively. Once the program
starts and after you choose what your going
to install, From the actions menu, select
change target and specify where you would
the installation to occur.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 03:23 PM
10-14-2001 03:23 PM
Re: Installing PerfView on other than /opt.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 04:01 PM
10-14-2001 04:01 PM
Re: Installing PerfView on other than /opt.
mount point would be better. In fact I
used one on my OmniBack Cell Server so
I should have thought of it as well :-(
You could if it is necessary to also
create a new mount point for the data
as well to /var/opt/perf although once
the data is has been collected over a
period of time the file sizes should
remain stagnant unless you wish to keep
certain things.
Options are yours....
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2001 04:40 PM
10-14-2001 04:40 PM
Re: Installing PerfView on other than /opt.
-Santosh