• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Creating a Shell Map

D

Datastreet

Guest
Good evening:

I have a question about creating a shell mapping file.

I see the following in the Backup/Restore manual:

"Execute psarestore with –s shell_map_file_template to automatically generate a file, containing all shells that were mentioned in the backup. Following is an example of this file."

However, this command doesn't work for me when I run it. It says it requires an ip-mail and a dump. I just want to create the file.

Is there a default file that I can use? I just want to copy a RH9 7.5.4 installation to RHEL4.

Thanks for the help.

Omar
 
To be able to create shell mapping file you need to have some dump file. After that procedure is the following:

/usr/local/psa/bin/psarestore -t -f <your_existing_dump_file> -s shells_map_file -m ip_map_file

-t - test mode, if this key is specified then restoring procedure will not run, only the checking process;

This command will create two files in current directory: shells_map_file, ip_map_file

For more information you can run:

/usr/local/psa/bin/psarestore --help

Hope it helps...
 
Back
Top