Missing Base Directory


 
Thread Tools Search this Thread
Operating Systems Solaris Missing Base Directory
# 1  
Old 02-03-2009
Missing Base Directory

Hey all,

I'm attempting to migrate a zone from one system to another, but I noticed that on the new system ssl BASEDIR was missing. I was wondering if creating the directory path for this would fix the issue when I migrate files over.

SSL is installed on the new system but does not show a BASEDIR as in the older system.

New System:
Code:
   NAME:  openssl
VENDOR:  openssl.org
PKGINST:  SMCossl
    NAME:  openssl
PKGINST:  SPROsslnk
PKGINST:  SUNWopenssl-commands
PKGINST:  SUNWopenssl-include
PKGINST:  SUNWopenssl-libraries
PKGINST:  SUNWopenssl-man
PKGINST:  SUNWopensslr

Old System:
Code:
       NAME:  openssl
    VENDOR:  openssl.org
   PKGINST:  SMCossl98b
      NAME:  openssl
   BASEDIR:  /usr/local/ssl
   PKGINST:  SUNWopenssl-commands
   PKGINST:  SUNWopenssl-include
   PKGINST:  SUNWopenssl-libraries
   PKGINST:  SUNWopenssl-man
   PKGINST:  SUNWopensslr

# 2  
Old 02-06-2009
Is your SSL tested working first?
Forget about the base directory for now. Whats the problem you're facing now?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Alert for missing file in directory

Deleting code (6 Replies)
Discussion started by: Adfire
6 Replies

2. UNIX for Dummies Questions & Answers

Directory missing .how to find the cause .

Hi, i am using rhel6.4, i lost my directory under /home .is there any way to find the reason how that directory deleted and how to recover deleted folder. (2 Replies)
Discussion started by: sayhirams
2 Replies

3. Red Hat

Directory missing

Hi, Archive backup log is /oracle_backup/logs . Since yesterday /logs directory is missing.How to find What has changed since the last time it has worked? OS -- Linux 2.6 x86_64 Regards, Maddy (4 Replies)
Discussion started by: Maddy123
4 Replies

4. Shell Programming and Scripting

Delete directory on date base

Hi, I have below directories Direct 2013-08-12 23123 Direct 2013-08-13 24121 Direct 2013-08-14 34513 Direct 2013-08-31 15435 ........... Direct 2013-09-12 53145 Direct 2013-09-30 65234 Direct 2013-09-30 89642 (11 Replies)
Discussion started by: learnbash
11 Replies

5. Shell Programming and Scripting

Help need to find out the missing files in the directory

Hi All, Below is my requirement. I want to display the missing files in the directory. Below is my example From SFTP we are copying 10 files every day. if any files missed on that day need to send a notification with missing files Test1.dat 20121107_00_file.csv 20121107_01_file.csv... (8 Replies)
Discussion started by: bbc17484
8 Replies

6. Shell Programming and Scripting

Massive Copy With Base Directory

I have a script that I am using to copy around 40-70k files to a NFS NAS. I have posted my code below in hopes that someone can help me figure out a faster way of achieving this. At the end of the script i need to have all the files in the list, copied over to the nas with source directory... (8 Replies)
Discussion started by: nitrobass24
8 Replies

7. AIX

Missing Base level fileset of bos.adt.debug

I need to install "bos.adt.debug" in AIX ( version 6100-06-05-1115). I found the right bff U818918 and I smitty to install it and encountered the "missing requisites" error as attached in which missing the "base level fileset" bos.adt.debug 6.1.0.0. And I couldn't find this fileset from the... (3 Replies)
Discussion started by: bshcheng
3 Replies

8. AIX

Missing base level fileset for "bos.loc.utf.EN_US"

I need to install "bos.loc.utf.EN_US" in AIX ( version 6100-06-05-1115). I found the right bff U845493 and I smitty to install it and encountered the "missing requisites" error in which missing the "base level fileset" . And I couldn't find this fileset from the Internet for long. Do any one able... (2 Replies)
Discussion started by: bshcheng
2 Replies

9. Shell Programming and Scripting

Base directory of the package

Hello, I have an RPM package for which I need to know the base directory /opt/appdir. But if the package is relocated, then it will be different. I need to get the value dynamically. I tried to query the RPM with INSTPREFIXES but couldn't get the value. The only way I see is to do 'rpm -ql RPM... (2 Replies)
Discussion started by: chiru_h
2 Replies

10. UNIX for Dummies Questions & Answers

Find command to run only in the base directory

Hi. I'm trying to get my find command to only search in the directory i tell it to, but i don't want it to search in the sub directories as well... For example, i have a /data/files/ and /data/files/old I want to search for all .sav files within /data/files but i don't want it to drill... (4 Replies)
Discussion started by: Stephan
4 Replies
Login or Register to Ask a Question