DPK Install for Campus Solutions 9.2 Update Image 1 - Windows Server

DPK Install for Campus Solutions 9.2 Update Image 1 :

Run your PowerShell as Administrator:

PS E:\> cd E:\src\DPK_WIN\setup
PS E:\src\DPK_WIN\setup> hostname
WINSERVER1
PS E:\src\DPK_WIN\setup> ./psft-dpk-setup.ps1 -env_type fulltier

Security Warning
Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your
computer. Do you want to run E:\src\DPK_WIN\setup\psft-dpk-setup.ps1?
[D] Do not run  [R] Run once  [S] Suspend  [?] Help (default is "D"): R

Security Warning
Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your
computer. Do you want to run E:\src\DPK_WIN\setup\scripts\psft-utils.ps1?
[D] Do not run  [R] Run once  [S] Suspend  [?] Help (default is "D"): R

Starting the PeopleSoft Environment Setup Process:

Verifying if Puppet Software is Installed on the Host:      [  OK  ]

Security Warning
Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your
computer. Do you want to run E:\src\DPK_WIN\setup\scripts\psft-setup.ps1?
[D] Do not run  [R] Run once  [S] Suspend  [?] Help (default is "D"): R

Security Warning
Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your
computer. Do you want to run E:\src\DPK_WIN\setup\scripts\psft-utils.ps1?
[D] Do not run  [R] Run once  [S] Suspend  [?] Help (default is "D"): R

Preparing the Windows Host for PeopleSoft Environment:

Checking if PeopleSoft DPKs are Present in the Folder:      [  OK  ]

The base folder is used to extract the PeopleSoft DPKs as well as
for deploying PeopleSoft Components. This folder should be accessible
on the host, has write permission and has enough free space.

Please Enter the PeopleSoft Base Folder [C:\psft]: F:\psoft
Are you happy with your answer? [Y|n|q]: Y

Checking if Folder F:\psoft has Enough Space:               [  OK  ]

Validating the PeopleSoft DPKs in the Folder:
Validating the PeopleSoft Application DPK:                  [  OK  ]
Validating the PeopleSoft PeopleTools DPK:                  [  OK  ]
Validating the Oracle Database Server DPK:                  [  OK  ]
Validating the PeopleSoft PeopleTools Client DPK:           [  OK  ]
Validating the Manifest Information in DPKs:                [  OK  ]

Extracting the DPK Archives in the Host:
Extracting the Oracle Database Server DPK Archive:          [  OK  ]
Extracting the PeopleSoft PeopleTools DPK Archives:         [  OK  ]
Extracting the PeopleSoft CS Application DPK Archives:      [  OK  ]

Extracting the Oracle Database Client DPK Archive:          [  OK  ]
Extracting the 8.53 Tools Client DPK Archive:               [  OK  ]
Extracting the 8.54 Tools Client DPK Archive:               [  OK  ]
Extracting the 8.55 Tools Client DPK Archive:               [  OK  ]

Setting up Puppet on the Host:
Copying PeopleSoft Puppet Modules:                          [  OK  ]
Updating the Puppet Hiera YAML Files:                       [  OK  ]
Updating the Role in Puppet Site File for the Host:         [  OK  ]

Enter the name of the database. Please ensure that the database
name starts with a letter and includes only uppercase alphabets
and numbers and is no more than 8 characters in length [CS92U001]:

Enter the name of PeopleSoft Connect ID. Please ensure that the
id includes only alphanumeric characters and is no more than 8
in length [people]:
Enter the PeopleSoft Connect ID Password. Please ensure that the
password does not contain any spaces, dashes and quote characters
and is at least 6 and no more than 30 characters in length: ******
Re-Enter the PeopleSoft Connect ID Password: ******

[Optional] Enter the Application Server Domain Connection Password.
Please ensure that the password (if provided) does not contain any
spaces and quote characters and is at least 8 and no more than 30
characters in length:

Enter a new WebLogic Server Admin Password. Please ensure that the
password has at least 8 characters with at least one uppercase, one
number or a special character: **********
Re-Enter the new WebLogic Server Admin Password: **********

Do you wish to configure SES on this Host? [y|N]: N

Are you happy with your answers? [y|n]: y

Updating the Puppet Hiera YAML Files with User Input:       [  OK  ]

The bootstrap script is ready to deploy and configure the PeopleSoft
environment using the default configuration defined in the Puppet
YAML files. You can proceed by answering 'y' at the following prompt.
And if you want to customize the environment by overriding the default
settings, you can answer 'n'. If you answer 'n', you should follow the
instructions in the Installation Guide for creating a customizations
YAML file and running Puppet apply command directly to continue with
the setup of the PeopleSoft environment.

Do you want to continue with the default initialization process? [y|n]: y

Starting the Default Initialization of PeopleSoft Environment:

Deploying Application Components:                           [  OK  ]
Deploying PeopleTools Components:                           [  OK  ]
Deploying Oracle Database Server:                           [  OK  ]
Setting up PeopleSoft OS Users Environment:                 [  OK  ]
Setting up PeopleSoft Database:                             [  OK  ]
Setting up PeopleSoft Application Server Domain:            [  OK  ]
Setting up PeopleSoft Process Scheduler Domain:             [  OK  ]
Get-Content : Cannot find path 'C:\Users\administrator\psft\pt\8.55\appserv\prcs\PRCSDOM\psprcs.cfg' because
it does not exist.
At E:\src\DPK_WIN\setup\scripts\psft-setup.ps1:2089 char:39
+       $prcs_server_name = (Get-Content <<<<  $prcs_cfg_file | Select-String -pattern "^PrcsServerName.*$" | %{$_.Line
.Split("=")})[1].Trim()
    + CategoryInfo          : ObjectNotFound: (C:\Users\admini...SDOM\psprcs.cfg:String) [Get-Content], ItemNotFoundEx
   ception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Cannot index into a null array.
At E:\src\DPK_WIN\setup\scripts\psft-setup.ps1:2089 char:126
+       $prcs_server_name = (Get-Content $prcs_cfg_file | Select-String -pattern "^PrcsServerName.*$" | %{$_.Line.Split
("=")})[ <<<< 1].Trim()
    + CategoryInfo          : InvalidOperation: (1:Int32) [], RuntimeException
    + FullyQualifiedErrorId : NullArray

Setting up PeopleSoft PIA Domain:                           [  OK  ]
Configuring Pre-Boot PeopleSoft Environment:                [  OK  ]
Starting PeopleSoft Domains:                                [  OK  ]
Configuring Post-Boot PeopleSoft Environment:               [  OK  ]
Setting up Source Details for PeopleTools Client:           [  OK  ]

The initialization of PeopleSoft CS fulltier environment is successful.

PS E:\src\DPK_WIN\setup>
PS E:\src\DPK_WIN\setup>


Comments

Popular posts from this blog

PeopleTools 8.56 and Tuxedo 12.2.2 Error

Tuxedo Rolling Patch Apply 12.1.1.0_RP077 in Linux