RE: Redirecting Logs and Repository using Pegasus 2.9.1
"Kumpf, Roger" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <16F53A6138D7A84D93C3CF09D7291CF0690F256895@GVW0442EXB.americas.hpqcorp.net> |
Swapna, Sounds like a defect. I suggest submitting a Bugzilla report. Note that the status of the compressed repository feature is "red": http://www.openpegasus.org/page.tpl?ggid=799. -Roger From: Swapna Priya Bhaskara [mailto:[email protected]] Sent: Friday, July 09, 2010 4:20 AM To: Kumpf, Roger; [email protected] Subject: RE: Redirecting Logs and Repository using Pegasus 2.9.1 Hi Roger, Thanks for your reply, I am able to redirect the needed folders to a specified location, after changing the settings according to the document. Now, I have a problem in creating compressed Repository. I have set the variable PEGASUS_ENABLE_COMPRESSED_REPOSITORY to true. While compiling on windows 32bit machine I am getting an error c:\program files\gnuwin32\include\zconf.h(289) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory AFAIK, unistd.h is used in Linux flavours. Can you pls help me to sort out the problem? Thanks, Swapna. From: Kumpf, Roger [mailto:[email protected]] Sent: Friday, July 09, 2010 4:10 AM To: Swapna Priya Bhaskara; [email protected] Subject: RE: Redirecting Logs and Repository using Pegasus 2.9.1 Swapna, I don't know what it will take to get what you need on Windows. I'm just suggesting a starting point. You might look at Pegasus/Makefile.Release and the PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS variable as an example of what can be done. -Roger From: Swapna Priya Bhaskara [mailto:[email protected]] Sent: Thursday, July 08, 2010 1:08 AM To: Kumpf, Roger; [email protected] Subject: RE: Redirecting Logs and Repository using Pegasus 2.9.1 Hi Roger, I missed to say before, I am compiling Pegasus on Windows Platform. I see the document gives config recommendations on selected platforms, Linux,HPUX,VMS. Is there any way I can do it on windows? Thanks, Swapna. From: Kumpf, Roger [mailto:[email protected]] Sent: Thursday, July 08, 2010 12:04 PM To: Swapna Priya Bhaskara; [email protected] Subject: RE: Redirecting Logs and Repository using Pegasus 2.9.1 Swapna, You might start by looking at the PEGASUS_USE_RELEASE_DIRS setting in this document: http://cvs.opengroup.org/cgi-bin/viewcvs.cgi/*checkout*/pegasus/doc/BuildAndReleaseOptions.html?rev=1.13.2.1 -Roger From: Swapna Priya Bhaskara [mailto:[email protected]] Sent: Wednesday, July 07, 2010 11:24 PM To: [email protected] Subject: Redirecting Logs and Repository using Pegasus 2.9.1 Hi, I am planning to port Pegasus 2.9.1 on WINPE1 which has a non writable disk space. The Writable Disk Space is only 32 MB RAM, which we need to use for writing logs and repository files. Is there any way I can redirect the Pegasus logs and repository to a preferred location. Also I had problem in starting the cimserver, as cimserver when starting tries to create cimserver_current.config and cimserver_current.config_bak files in PEGASUS_HOME directory, which is not writable in our case. Please suggest a way, if any one of you have encountered similar situation. Thanks, Swapna.