Re: [xcat-user] how to use the specify partition file for all compute node

2020-02-21 Thread Imam Toufique
i have a script now to do this. For systems with more then 2 drives, it will pick up the sda for OS drive. For systems with just 2 drives, it will do mdadm raid1. On Fri, Feb 21, 2020 at 9:11 AM Russ Auld wrote: > Your script has to create the /tmp/partitionfile file. Echo the contents > to th

Re: [xcat-user] how to use the specify partition file for all compute node

2020-02-21 Thread Russ Auld
Your script has to create the /tmp/partitionfile file. Echo the contents to the file.On Fri, Feb 21, 2020 at 10:55 AM peter CZ1 Peng wrote:Hi ,Dear I try to deploy the raid0 software setup on the compute node ,and it work if I manually update the kickstart file after nodeset command run . but

[xcat-user] how to use the specify partition file for all compute node

2020-02-21 Thread peter CZ1 Peng
Hi ,Dear I try to deploy the raid0 software setup on the compute node ,and it work if I manually update the kickstart file after nodeset command run . but now I don't want to manually update the kickstart file ,is there any way to do so ? I try with this and not work for me https://xcat-d